Overloads division operator for two tensors.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor1 | |||
type(torch_tensor), | intent(in) | :: | tensor2 |
Overloads division operator for a tensor and a scalar of type int8.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int8), | intent(in) | :: | scalar |
Overloads division operator for a tensor and a scalar of type int16.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int16), | intent(in) | :: | scalar |
Overloads division operator for a tensor and a scalar of type int32.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int32), | intent(in) | :: | scalar |
Overloads division operator for a tensor and a scalar of type int64.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int64), | intent(in) | :: | scalar |
Overloads division operator for a tensor and a scalar of type real32.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real32), | intent(in) | :: | scalar |
Overloads division operator for a tensor and a scalar of type real64.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real64), | intent(in) | :: | scalar |